home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
util
/
boot
/
GetMouseInput.lha
/
GetMouseInput
/
SampleScriptSTDOUT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-11
|
350 b
|
15 lines
; Example startup-sequence file using GetMouseInput V1.3 with STDOUT
; option
If `GetMouseInput STDOUT` EQ 1
Execute S:Startup1 ; Left mouse button pressed
Else
If `GetMouseInput STDOUT` EQ 2
Execute S:Startup2 ; Right mouse button pressed
Else
Execute S:NormalStartup-Sequence ; No buttons pressed
EndIf
EndIf
EndCLI >NIL: